home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / html.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  3.3 KB  |  147 lines

  1. object TPersHolder
  2.   P.Name = 'HTML'
  3.   P.Extensions.Strings = (
  4.     'HTML files (*.htm;*.html)|*.htm;*.html')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       BlockDelimiters = <>
  11.     end
  12.     item
  13.       Name = 'Tags'
  14.       ID = 1
  15.       ParentID = 0
  16.       FIText = 1
  17.       FIIntNum = 2
  18.       FIFloatNum = 3
  19.       FIHexNum = 4
  20.       UseComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseSuffixedNumbers = True
  27.       UseMultipleNumSuffixes = False
  28.       UsePrefixedIdentifiers = True
  29.       BlockDelimiters = <
  30.         item
  31.           LeftDelimiter = '<'
  32.           RightDelimiter = '>'
  33.           DelimitersArePartOfBlock = True
  34.         end>
  35.       MultiLineCommentDelimiters = <
  36.         item
  37.           FontID = 5
  38.           LeftDelimiter = '<!--'
  39.           RightDelimiter = '-->'
  40.         end>
  41.       SingleLineStringDelimiters = <
  42.         item
  43.           FontID = 6
  44.           LeftDelimiter = '"'
  45.           RightDelimiter = '"'
  46.         end
  47.         item
  48.           FontID = 7
  49.           LeftDelimiter = #39
  50.           RightDelimiter = #39
  51.         end>
  52.       NumPrefixes = <
  53.         item
  54.           LeftDelimiter = '#'
  55.         end>
  56.       NumSuffixes = <
  57.         item
  58.           LeftDelimiter = '%'
  59.         end>
  60.       IdentPrefixes = <
  61.         item
  62.           LeftDelimiter = '/'
  63.         end>
  64.     end>
  65.   P.FontTable = <
  66.     item
  67.       FontID = 0
  68.       GlobalAttrID = 'Whitespace'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 1
  77.       GlobalAttrID = 'Html tags'
  78.       BlockID = 1
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlue
  81.       Font.Height = -13
  82.       Font.Name = 'Courier New'
  83.       Font.Style = []
  84.     end
  85.     item
  86.       FontID = 2
  87.       GlobalAttrID = 'Integer'
  88.       BlockID = 1
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clGreen
  91.       Font.Height = -13
  92.       Font.Name = 'Courier New'
  93.       Font.Style = []
  94.     end
  95.     item
  96.       FontID = 3
  97.       GlobalAttrID = 'Float'
  98.       BlockID = 1
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clGreen
  101.       Font.Height = -13
  102.       Font.Name = 'Courier New'
  103.       Font.Style = []
  104.     end
  105.     item
  106.       FontID = 4
  107.       GlobalAttrID = 'Integer'
  108.       BlockID = 1
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clGreen
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.     end
  115.     item
  116.       FontID = 5
  117.       GlobalAttrID = 'Comment'
  118.       BlockID = 1
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clGray
  121.       Font.Height = -13
  122.       Font.Name = 'Courier New'
  123.       Font.Style = [fsItalic]
  124.     end
  125.     item
  126.       FontID = 6
  127.       GlobalAttrID = 'String'
  128.       BlockID = 1
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clMaroon
  131.       Font.Height = -13
  132.       Font.Name = 'Courier New'
  133.       Font.Style = []
  134.     end
  135.     item
  136.       FontID = 7
  137.       GlobalAttrID = 'String'
  138.       BlockID = 1
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clMaroon
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = []
  144.     end>
  145.   P.SyntaxVersion = 3
  146. end
  147.